home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / overview / win2maccountersamples / 2. counterwindow / source / mypp_debugheaders.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  433 b   |  16 lines

  1. // ===========================================================================
  2. //    MyPP_DebugHeaders.h            ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "MyPP_DebugHeadersPPC"
  9.     
  10. #elif __CFM68K__
  11.     #include "MyPP_DebugHeadersCFM68K"
  12.     
  13. #else
  14.     #include "MyPP_DebugHeaders68K"
  15. #endif
  16.